Product Code Database
Example Keywords: wheels -arcade $1
barcode-scavenger
   » » Wiki: P-adic Number
Tag Wiki 'P-adic Number'.
Tag

In , given a , the -adic numbers form an extension of the that is distinct from the , though with some similar properties; -adic numbers can be written in a form similar to (possibly infinite) decimals, but with digits based on a prime number rather than ten, and extending to the left rather than to the right.

For example, comparing the expansion of the rational number \tfrac15 in base vs. the -adic expansion, \begin{alignat}{3} \tfrac15 &{}= 0.01210121\ldots \ (\text{base } 3)

        &&{}= 0\cdot 3^0 + 0\cdot 3^{-1} + 1\cdot 3^{-2} + 2\cdot 3^{-3} + \cdots \\[5mu]
     
\tfrac15 &{}= \dots 121012102 \ \ (\text{3-adic})
        &&{}= \cdots + 2\cdot 3^3 + 1 \cdot 3^2 + 0\cdot3^1 + 2 \cdot 3^0.
     
\end{alignat}

Formally, given a prime number , a -adic number can be defined as a series s=\sum_{i=k}^\infty a_i p^i = a_k p^k + a_{k+1} p^{k+1} + a_{k+2} p^{k+2} + \cdots where is an (possibly negative), and each a_i is an integer such that 0\le a_i < p. A -adic integer is a -adic number such that k\ge 0.

In general the series that represents a -adic number is not convergent in the usual sense, but it is convergent for the -adic absolute value |s|_p=p^{-k}, where is the least integer such that a_i\ne 0 (if all a_i are zero, one has the zero -adic number, which has as its -adic absolute value).

Every rational number can be uniquely expressed as the sum of a series as above, with respect to the -adic absolute value. This allows considering rational numbers as special -adic numbers, and alternatively defining the -adic numbers as the completion of the rational numbers for the -adic absolute value, exactly as the real numbers are the completion of the rational numbers for the usual absolute value.

-adic numbers were first described by in 1897, though, with hindsight, some of earlier work can be interpreted as implicitly using -adic numbers.Translator's introduction, page 35: "Indeed, with hindsight it becomes apparent that a discrete valuation is behind Kummer's concept of ideal numbers."


Motivation
Roughly speaking, modular arithmetic modulo a positive integer consists of "approximating" every integer by the remainder of its division by , called its residue modulo . The main property of modular arithmetic is that the residue modulo of the result of a succession of operations on integers is the same as the result of the same succession of operations on residues modulo .

When studying Diophantine equations, it's sometimes useful to reduce the equation modulo a prime , since this usually provides more insight about the equation itself. Unfortunately, doing this loses some information because the reduction \mathbb Z\twoheadrightarrow\mathbb Z/p is not injective.

One way to preserve more information is to use larger moduli, such as higher prime powers, , . However, this has the disadvantage of \mathbb Z/p^e not being a field, which loses a lot of the algebraic properties that \mathbb Z/p has.

discovered a method which consists of using a prime modulus , and applying Hensel's lemma to lift solutions modulo to modulo , . This process creates an infinite sequence of residues, and a -adic number is defined as the "limit" of such a sequence.

Essentially, -adic numbers allows "taking modulo for all at once". A distinguishing feature of -adic numbers from ordinary modulo arithmetic is that the set of -adic numbers \mathbb Q_p forms a field, making division by possible (unlike when working modulo ). Furthermore, the mapping \mathbb Z\hookrightarrow\mathbb Z_p is injective, so not much information is lost when reducing to -adic numbers.


Informal description
There are multiple ways to understand -adic numbers.


As a base-p expansion
One way to think about -adic integers is using "base ". For example, every integer can be written in base ,

50=1212_3=1\cdot3^3+2\cdot3^2+1\cdot3^1+2\cdot3^0

Informally, -adic integers can be thought of as integers in base-, but the digits extend infinitely to the left.

\ldots121012102_3=\cdots+2\cdot3^3+1\cdot3^2+0\cdot3^1+2\cdot3^0

Addition and multiplication on -adic integers can be carried out similarly to integers in base-.

When adding together two -adic integers, for example \ldots012102_3+\ldots101211_3, their digits are added with carries being propagated from right to left.

\begin{array}{cccccccc}

 &        &   &_1 &_1 &   &_1 &   \\
 & \cdots & 0 & 1 & 2 & 1 & 0 & 2 \,_3 \\
     
+ & \cdots & 1 & 0 & 1 & 2 & 1 & 1 \,_3 \\\hline
 & \cdots & 1 & 2 & 1 & 0 & 2 & 0 \,_3
     
\end{array}

Multiplication of -adic integers works similarly via long multiplication. Since addition and multiplication can be performed with -adic integers, they form a ring, denoted \mathbb Z_p or \mathbf Z_p.

Note that some rational numbers can also be -adic integers, even if they aren't integers in a real sense. For example, the rational number is a 3-adic integer, and has the 3-adic expansion \tfrac{1}{5}=\ldots121012102_3. However, some rational numbers, such as \tfrac{1}{p}, cannot be written as a -adic integer. Because of this, -adic integers are generalized further to -adic numbers:

-adic numbers can be thought of as -adic integers with finitely many digits after the decimal point. An example of a 3-adic number is

\ldots121012.102_3 = \cdots+1\cdot3^1+2\cdot3^0+1\cdot3^{-1}+0\cdot3^{-2}+2\cdot3^{-3}

Equivalently, every -adic number is of the form \tfrac x{p^k}, where is a -adic integer.

For any -adic number , its multiplicative inverse \tfrac{1}{x} is also a -adic number, which can be computed using a variant of . For this reason, the -adic numbers form a , denoted \mathbb Q_p or \mathbf Q_p.


As a sequence of residues mod k
Another way to define -adic integers is by representing it as a sequence of residues x_e mod p^e for each integer e,

x = (x_1 \operatorname{mod} p, ~ x_2 \operatorname{mod} p^2, ~ x_3 \operatorname{mod} p^3, ~ \ldots)

satisfying the compatibility relations x_i \equiv x_j ~ (\operatorname{mod} p^i) for i < j. In this notation, addition and multiplication of -adic integers are defined component-wise:

x+y = (x_1+y_1 \operatorname{mod} p, ~ x_2+y_2 \operatorname{mod} p^2, ~ x_3+y_3 \operatorname{mod} p^3, ~ \ldots) x\cdot y = (x_1\cdot y_1 \operatorname{mod} p, ~ x_2\cdot y_2 \operatorname{mod} p^2, ~ x_3\cdot y_3 \operatorname{mod} p^3, ~ \ldots)

This is equivalent to the base- definition, because the last digits of a base- expansion uniquely define its value mod k, and vice versa.

This form can also explain why some rational numbers are -adic integers, even if they are not integers. For example, is a 3-adic integer, because its 3-adic expansion consists of the multiplicative inverses of 5 mod 3, 32, 33, ...

\begin{align} \frac15 &= (\tfrac15 \operatorname{mod} 3, ~ \tfrac15 \operatorname{mod} 3^2, ~ \tfrac15 \operatorname{mod} 3^3, ~ \tfrac15 \operatorname{mod} 3^4, ~ \ldots)\\ &= (2 \operatorname{mod} 3, ~ 2 \operatorname{mod} 3^2, ~ 11 \operatorname{mod} 3^3, ~ 65 \operatorname{mod} 3^4, ~ \ldots) \end{align}


Definition
There are several equivalent definitions of -adic numbers. The two approaches given below are relatively elementary.


As formal series in base
A -adic integer is often defined as a formal power series of the form r=\sum_{i=0}^\infty a_i p^i = a_0 + a_1 p + a_2 p^2 + a_3 p^3 + \cdots where each a_i\in\{0,1,\ldots,p-1\} represents a "digit in base ".

A -adic unit is a -adic integer whose first digit is nonzero, i.e. a_0\ne 0. The set of all -adic integers is usually denoted \mathbb Z_p.

A -adic number is then defined as a formal Laurent series of the form r=\sum_{i=v}^\infty a_i p^i = a_v p^v + a_{v+1} p^{v+1} + a_{v+2} p^{v+2} + a_{v+3} p^{v+3} + \cdots where is a (possibly negative) integer, and each a_i\in\{0,1,\ldots,p-1\}. Equivalently, a -adic number is anything of the form \tfrac{x}{p^k}, where is a -adic integer.

The first index for which the digit a_v is nonzero in is called the of , denoted v_p(r). If r=0, then such an index does not exist, so by convention v_p(0)=\infty.

In this definition, addition, subtraction, multiplication, and division of -adic numbers are carried out similarly to numbers in base , with "carries" or "borrows" moving from left to right rather than right to left. As an example in \mathbb Q_3,

\begin{array}{lllllllllll}

 &           & & _1        & &           & & _1        & & _1 \\
 & 2\cdot3^0 &+& 0\cdot3^1 &+& 1\cdot3^2 &+& 2\cdot3^3 &+& 1\cdot3^4 &+ \cdots \\
     
+ & 1\cdot3^0 &+& 1\cdot3^1 &+& 2\cdot3^2 &+& 1\cdot3^3 &+& 0\cdot3^4 &+ \cdots \\\hline
 & 0\cdot3^0 &+& 2\cdot3^1 &+& 0\cdot3^2 &+& 1\cdot3^3 &+& 2\cdot3^4 &+ \cdots
     
\end{array}

Division of -adic numbers may also be carried out "formally" via division of formal power series, with some care about having to "carry".

With these operations, the set of -adic numbers form a field, denoted \mathbb Q_p.


As equivalence classes
The -adic numbers may also be defined as equivalence classes, in a similar way as the definition of real numbers as equivalence classes of . It is fundamentally based on the following lemma:

Every nonzero rational number can be written r=p^v\frac{m}{n}, where , , and are integers and neither nor is divisible by .

The exponent is uniquely determined by and is called its -adic valuation, denoted v_p(r). The proof of the lemma results directly from the fundamental theorem of arithmetic.

A -adic series is a formal Laurent series of the form \sum_{i=v}^\infty r_i p^{i}, where v is a (possibly negative) integer and the r_i are rational numbers that either are zero or have a nonnegative valuation (that is, the denominator of r_i is not divisible by ).

Every rational number may be viewed as a -adic series with a single nonzero term, consisting of its factorization of the form p^k\tfrac mn, with and both coprime with .

Two -adic series \sum_{i=v}^\infty r_i p^{i} and \sum_{i=w}^\infty s_i p^{i} are equivalent if there is an integer such that, for every integer n>N, the rational number \sum_{i=v}^n r_i p^{i} - \sum_{i=w}^n s_i p^{i} is zero or has a -adic valuation greater than .

A -adic series \sum_{i=v}^\infty a_i p^{i} is normalized if either all a_i are integers such that 0\le a_i and a_v >0, or all a_i are zero. In the latter case, the series is called the zero series.

Every -adic series is equivalent to exactly one normalized series. This normalized series is obtained by a sequence of transformations, which are equivalences of series; see § Normalization of a -adic series, below.

In other words, the equivalence of -adic series is an equivalence relation, and each equivalence class contains exactly one normalized -adic series.

The usual operations of series (addition, subtraction, multiplication, division) are compatible with equivalence of -adic series. That is, denoting the equivalence with , if , and are nonzero -adic series such that S\sim T, one has \begin{align} S\pm U&\sim T\pm U,\\ SU&\sim TU,\\ 1/S&\sim 1/T. \end{align}

With this, the -adic numbers are defined as the equivalence classes of -adic series.

The uniqueness property of normalization, allows uniquely representing any -adic number by the corresponding normalized -adic series. The compatibility of the series equivalence leads almost immediately to basic properties of -adic numbers:

  • Addition, multiplication and multiplicative inverse of -adic numbers are defined as for formal power series, followed by the normalization of the result.
  • With these operations, the -adic numbers form a field, which is an of the rational numbers.
  • The valuation of a nonzero -adic number , commonly denoted v_p(x) is the exponent of in the first non zero term of the corresponding normalized series; the valuation of zero is v_p(0)=+\infty
  • The -adic absolute value of a nonzero -adic number , is |x|_p=p^{-v(x)}; for the zero -adic number, one has |0|_p=0.


Normalization of a p-adic series
Starting with the series \sum_{i=v}^\infty r_i p^{i}, we wish to arrive at an equivalent series such that the -adic valuation of r_v is zero. For that, one considers the first nonzero r_i. If its -adic valuation is zero, it suffices to change into , that is to start the summation from . Otherwise, the -adic valuation of r_i is j>0, and r_i= p^js_i where the valuation of s_i is zero; so, one gets an equivalent series by changing r_i to and r_{i+j} to r_{i+j} + s_i. Iterating this process, one gets eventually, possibly after infinitely many steps, an equivalent series that either is the zero series or is a series such that the valuation of r_v is zero.

Then, if the series is not normalized, consider the first nonzero r_i that is not an integer in the interval 0,p-1. Using Bézout's lemma, write this as r_i=a_i+ps_i, where a_i\in0,p-1 and s_i has nonnegative valuation. Then, one gets an equivalent series by replacing r_i with a_i, and adding s_i to r_{i+1}. Iterating this process, possibly infinitely many times, provides eventually the desired normalized -adic series.


Other equivalent definitions
Other equivalent definitions use completion of a discrete valuation ring (see ), completion of a metric space (see ), or (see ).

A -adic number can be defined as a normalized -adic series. Since there are other equivalent definitions that are commonly used, one says often that a normalized -adic series represents a -adic number, instead of saying that it is a -adic number.

One can say also that any -adic series represents a -adic number, since every -adic series is equivalent to a unique normalized -adic series. This is useful for defining operations (addition, subtraction, multiplication, division) of -adic numbers: the result of such an operation is obtained by normalizing the result of the corresponding operation on series. This well defines operations on -adic numbers, since the series operations are compatible with equivalence of -adic series.

With these operations, -adic numbers form a field called the field of -adic numbers and denoted \Q_p or \mathbf Q_p. There is a unique field homomorphism from the rational numbers into the -adic numbers, which maps a rational number to its -adic expansion. The image of this homomorphism is commonly identified with the field of rational numbers. This allows considering the -adic numbers as an of the rational numbers, and the rational numbers as a subfield of the -adic numbers.

The valuation of a nonzero -adic number , commonly denoted v_p(x), is the exponent of in the first nonzero term of every -adic series that represents . By convention, v_p(0)=\infty; that is, the valuation of zero is \infty. This valuation is a discrete valuation. The restriction of this valuation to the rational numbers is the -adic valuation of \Q, that is, the exponent in the factorization of a rational number as \tfrac nd p^v, with both and with .


Notation
There are several different conventions for writing -adic expansions. So far this article has used a notation for -adic expansions in which of increase from right to left. With this right-to-left notation the 3-adic expansion of \tfrac15, for example, is written as \frac15 = \dots 121012102_3.

When performing arithmetic in this notation, digits are carried to the left. It is also possible to write -adic expansions so that the powers of increase from left to right, and digits are carried to the right. With this left-to-right notation the 3-adic expansion of \tfrac15 is \frac15 = 2.01210121\dots_3 \mbox{ or } \frac1{15} = 20.1210121\dots_3.

-adic expansions may be written with other sets of digits instead of  }. For example, the -adic expansion of \tfrac15 can be written using digits }, with representing negative one, as \frac15 = \dots\underline{1}11\underline{11}11\underline{11}11\underline{1}_{\text{3}} .

In fact any set of integers which are in distinct modulo may be used as -adic digits. In number theory, Teichmüller representatives are sometimes used as digits.

is a variant of the -adic representation of that was proposed in 1979 by and for implementing on computers the (exact) arithmetic with these numbers. It can be used as a compact way to represent rational numbers, which have an infinite periodic sequence of digits. In this notation, a quote mark (') is used to separate the repeating part from the nonrepeating part. \frac15=1210\,'2_3


p-adic expansion of rational numbers
The decimal expansion of a positive r is its representation as a series r = \sum_{i=k}^\infty a_i 10^{-i}, where k is an integer and each a_i is also an such that 0\le a_i <10. This expansion can be computed by of the numerator by the denominator, which is itself based on the following theorem: If r=\tfrac n d is a rational number such that 0\le r <1, there is an integer a such that 0\le a <10, and 10r = a+r', with 0\le r'<1. The decimal expansion is obtained by repeatedly applying this result to the remainder r' which in the iteration assumes the role of the original rational number r.

The - adic expansion of a rational number can be computed similarly, but with a different division step. Suppose that r=\tfrac{n}{d} is a rational number with nonnegative valuation (that is, is not divisible by ). The division step consists of writing r = a + p\,r' where a is an integer such that 0\le a and r' has nonnegative valuation.

The integer can be computed as a modular multiplicative inverse: a=nd^{-1}\operatorname{mod}p. Because of this, writing in this way is always possible, and such a representation is unique.

The -adic expansion of a rational number is eventually periodic. Conversely, a series \sum_{i=k}^\infty a_i p^i, with 0\le a_i converges (for the -adic absolute value) to a rational number if and only if it is eventually periodic; in this case, the series is the -adic expansion of that rational number. The proof is similar to that of the similar result for repeating decimals.


Example
Let us compute the 5-adic expansion of \tfrac 13. We can write this number as \tfrac13 = 2 + 5 \cdot \tfrac{-1}3. Thus we use a=2 for the first step. \frac13 = 2 + 5^1 \cdot \left(\frac{-1}3\right) For the next step, we can write the "remainder" \tfrac{-1}3 as \tfrac{-1}3 = 3 + 5 \cdot \tfrac{-2}3. Thus we use a=3. \frac13 = 2 + 3\cdot 5^1 + 5^2 \cdot \left(\frac{-2}3\right) We can write the "remainder" \tfrac{-2}3 as \tfrac{-2}3 = 1 + 5 \cdot \tfrac{-1}3. Thus we use a=1. \frac13 = 2 + 3\cdot 5^1 + 1\cdot5^2 + 5^3\cdot \left(\frac{-1}3\right) Notice that we obtain the "remainder" \tfrac{-1}3 again, which means the digits can only repeat from this point on. \frac13 = 2 + 3\cdot 5^1 + 1\cdot5^2 + 3\cdot 5^3 + 1\cdot 5^4 + 3\cdot 5^5 + 1\cdot 5^6 + \cdots In the standard 5-adic notation, we can write this as \frac 13= \ldots 1313132_5 with the \ldots on the left hand side.


p-adic integers
The -adic integers are the -adic numbers with a nonnegative valuation.

A p-adic integer can be represented as a sequence x = (x_1 \operatorname{mod} p, ~ x_2 \operatorname{mod} p^2, ~ x_3 \operatorname{mod} p^3, ~ \ldots) of residues x_e mod p^e for each integer e, satisfying the compatibility relations x_i \equiv x_j ~ (\operatorname{mod} p^i) for i < j.

Every is a p-adic integer (including zero, since 0<\infty). The rational numbers of the form \tfrac nd p^k with d coprime with p and k\ge 0 are also p-adic integers (for the reason that d has an inverse mod p^e for every e).

The -adic integers form a , denoted \Z_p or \mathbf Z_p, that has the following properties.

  • It is an , since it is a of a field, or since the first term of the series representation of the product of two non zero -adic series is the product of their first terms.
  • The units (invertible elements) of \Z_p are the -adic numbers of valuation zero.
  • It is a principal ideal domain, such that each ideal is generated by a power of .
  • It is a of one, since its only are the and the ideal generated by , the unique .
  • It is a discrete valuation ring, since this results from the preceding properties.
  • It is the completion of the local ring \Z_{(p)} = \bigl\{\tfrac nd \mathbin{\big|} n, d \in \Z,\, d \not\in p\Z \bigr\}, which is the localization of \Z at the prime ideal p\Z.

The last property provides a definition of the -adic numbers that is equivalent to the above one: the field of the -adic numbers is the field of fractions of the completion of the localization of the integers at the prime ideal generated by .


Topological properties
The -adic valuation allows defining an absolute value on -adic numbers: the -adic absolute value of a nonzero -adic number is |x|_p = p^{-v_p(x)}, where v_p(x) is the -adic valuation of . The -adic absolute value of 0 is |0|_p = 0. This is an absolute value that satisfies the strong triangle inequality since, for every and :
  • |x|_p = 0 if and only if x=0;
  • |x|_p\cdot |y|_p = |xy|_p;
  • |x+y|_p\le \max\bigl(|x|_p,|y|_p\bigr) \le |x|_p + |y|_p.

Moreover, if |x|_p \ne |y|_p, then |x+y|_p = \max\bigl(|x|_p,|y|_p\bigr).

This makes the -adic numbers a , and even an ultrametric space, with the -adic distance defined by d_p(x,y)=|x-y|_p.

As a metric space, the -adic numbers form the completion of the rational numbers equipped with the -adic absolute value. This provides another way for defining the -adic numbers.

As the metric is defined from a discrete valuation, every is also . More precisely, the open ball B_r(x) =\{y\mid d_p(x,y) equals the closed ball \textstyle B_{p^{-v}}x =\{y\mid d_p(x,y)\le p^{-v}\}, where is the least integer such that \textstyle p^{-v}< r. Similarly, \textstyle B_rx = B_{p^{-w}}(x), where is the greatest integer such that \textstyle p^{-w}>r.

This implies that the -adic numbers \mathbb Q_p form a locally compact space (locally compact field), and the -adic integers \mathbb Z_p—that is, the ball B_10=B_p(0)—form a .

The space of 2-adic integers \mathbb Z_2 is to the \mathcal C. This can be seen by considering the continuous 1-to-1 mapping \psi:\mathbb Z_2\to \mathcal C defined by \psi:~a_0+a_12+a_22^2+a_32^3+\cdots~\longmapsto~\frac{2a_0}3+\frac{2a_1}{3^2}+\frac{2a_2}{3^3}+\frac{2a_3}{3^4}+\cdots Moreover, for any , \mathbb Z_p is homeomorphic to \mathbb Z_2, and therefore also homeomorphic to the Cantor set.

The of the group of -adic integers is the Prüfer -group \mathbb Z(p^\infty), and the Pontryagin dual of the Prüfer -group is the group of -adic integers.


Modular properties
The \Z_p/p^n\Z_p may be identified with the ring \Z/p^n\Z of the integers modulo p^n. This can be shown by remarking that every -adic integer, represented by its normalized -adic series, is congruent modulo p^n with its \sum_{i=0}^{n-1}a_ip^i, whose value is an integer in the interval 0,p^n-1. A straightforward verification shows that this defines a from \Z_p/p^n\Z_p to \Z/p^n\Z.

The of the rings \Z_p/p^n\Z_p is defined as the ring formed by the sequences a_0, a_1, \ldots such that a_i \in \Z/p^i \Z and a_i \equiv a_{i+1} \pmod {p^i} for every .

The mapping that maps a normalized -adic series to the sequence of its partial sums is a ring isomorphism from \Z_p to the inverse limit of the \Z_p/p^n\Z_p. This provides another way for defining -adic integers ( an isomorphism).

This definition of -adic integers is specially useful for practical computations, as allowing building -adic integers by successive approximations.

For example, for computing the -adic (multiplicative) inverse of an integer, one can use Newton's method, starting from the inverse modulo ; then, each Newton step computes the inverse modulo p^{n^2} from the inverse modulo p^n.

The same method can be used for computing the -adic of an integer that is a quadratic residue modulo . This seems to be the fastest known method for testing whether a large integer is a square: it suffices to test whether the given integer is the square of the value found in \Z_p/p^n\Z_p. Applying Newton's method to find the square root requires p^n to be larger than twice the given integer, which is quickly satisfied.

is a similar method that allows to "lift" the factorization modulo of a polynomial with integer coefficients to a factorization modulo p^n for large values of . This is commonly used by polynomial factorization algorithms.


Cardinality
Both \Z_p and \Q_p are and have the cardinality of the continuum. For \Z_p, this results from the -adic representation, which defines a of \Z_p on the \{0,\ldots,p-1\}^\N. For \Q_p this results from its expression as a countably infinite union of copies of \Z_p: \Q_p=\bigcup_{i=0}^\infty \frac 1{p^i}\Z_p.


Algebraic closure
\Q_p contains \Q and is a field of characteristic .

Because can be written as sum of squares,According to Hensel's lemma \Q_2 contains a square root of , so that 2^2 +1^2+1^2+1^2+\left(\sqrt{-7}\right)^2 = 0 , and if then also by Hensel's lemma \Q_p contains a square root of , thus (p-1)\times 1^2 +\left(\sqrt{1-p}\right)^2 = 0 . \Q_p cannot be turned into an ordered field.

The field of \R has only a single proper algebraic extension: the \C. In other words, this quadratic extension is already algebraically closed. By contrast, the algebraic closure of \Q_p, denoted \overline{\Q_p}, has infinite degree, that is, \Q_p has infinitely many inequivalent algebraic extensions. Also contrasting the case of real numbers, although there is a unique extension of the -adic valuation to \overline{\Q_p}, the latter is not (metrically) complete.

Its (metric) completion is denoted \C_p or \Omega_p, and sometimes called the complex -adic numbers by analogy to the complex numbers. Here an end is reached, as \C_p is algebraically closed. However unlike \C this field is not .

\C_p and \C are isomorphic as rings,Two algebraically closed fields are isomorphic if and only if they have the same characteristic and transcendence degree (see, for example Lang’s Algebra X §1), and both \C_p and \C have characteristic zero and the cardinality of the continuum. so we may regard \C_p as \C endowed with an exotic metric. The proof of existence of such a field isomorphism relies on the axiom of choice, and does not provide an explicit example of such an isomorphism (that is, it is not constructive).

If K is any finite of \Q_p, the \operatorname{Gal} \left(K/\Q_p \right) is . Thus, the Galois group {\operatorname{Gal}} \bigl(\,\overline{\Q_p}/ \Q_p \bigr) is .


Multiplicative group
\Q_p contains the -th () if and only if . For instance, the -th cyclotomic field is a subfield of \Q_{13} if and only if , or . In particular, there is no multiplicative -torsion in \Q_p if . Also, is the only non-trivial torsion element in \Q_2.

Given a , the index of the multiplicative group of the -th powers of the non-zero elements of \Q_p in \Q_p^\times is finite.

The number , defined as the sum of reciprocals of , is not a member of any -adic field; but e^p \in \Q_p for p \ne 2. For one must take at least the fourth power. (Thus a number with similar properties as — namely a -th root of — is a member of \Q_p for all .)


Local–global principle
's is said to hold for an equation if it can be solved over the rational numbers if and only if it can be solved over the real numbers and over the -adic numbers for every prime . This principle holds, for example, for equations given by , but fails for higher polynomials in several indeterminates.


Rational arithmetic with Hensel lifting

Applications
The p-adic numbers have appeared in several fields of mathematics as well as physics.


Analysis
Similar to the more classical fields of and , which deal, respectively, with functions on the real and complex numbers, p-adic analysis studies functions on p-adic numbers. The theory of complex-valued numerical functions on the p-adic numbers is part of the theory of locally compact groups (abstract harmonic analysis). The usual meaning taken for p-adic analysis is the theory of p-adic-valued functions on spaces of interest.

Applications of p-adic analysis have mainly been in number theory, where it has a significant role in diophantine geometry and diophantine approximation. Some applications have required the development of p-adic functional analysis and . In many ways p-adic analysis is less subtle than classical analysis, since the ultrametric inequality means, for example, that convergence of of p-adic numbers is much simpler. Topological vector spaces over p-adic fields show distinctive features; for example aspects relating to and the Hahn–Banach theorem are different.

Two important concepts from p-adic analysis are Mahler's theorem, which characterizes every continuous p-adic function in terms of polynomials, and Volkenborn integral, which provides a method of for p-adic functions.


Hodge theory
p-adic Hodge theory is a theory that provides a way to classify and study p-adic Galois representations of characteristic 0 with residual characteristic p (such as Q p). The theory has its beginnings in Jean-Pierre Serre and John Tate's study of of and the notion of Hodge–Tate representation. Hodge–Tate representations are related to certain decompositions of p-adic theories analogous to the Hodge decomposition, hence the name p-adic Hodge theory. Further developments were inspired by properties of p-adic Galois representations arising from the étale cohomology of varieties. Jean-Marc Fontaine introduced many of the basic concepts of the field.


Teichmüller theory
p-adic Teichmüller theory describes the "uniformization" of p-adic curves and their moduli, generalizing the usual Teichmüller theory that describes the uniformization of and their moduli. It was introduced and developed by Shinichi Mochizuki.


Quantum physics
p -adic quantum mechanics is a collection of related research efforts in that replace real numbers with p -adic numbers. Historically, this research was inspired by the discovery that the Veneziano amplitude of the open , which is calculated using an integral over the real numbers, can be generalized to the p -adic numbers. This observation initiated the study of p-adic string theory.


Generalizations and related concepts
The reals and the -adic numbers are the completions of the rationals; it is also possible to complete other fields, for instance general algebraic number fields, in an analogous way. This will be described now.

Suppose D is a and E is its field of fractions. Pick a non-zero P of D. If x is a non-zero element of E, then xD is a and can be uniquely factored as a product of positive and negative powers of non-zero prime ideals of D. We write ord P( x) for the exponent of P in this factorization, and for any choice of number c greater than 1 we can set |x|_P = c^{-\!\operatorname{ord}_P(x)}. Completing with respect to this absolute value |⋅| P yields a field E P, the proper generalization of the field of p-adic numbers to this setting. The choice of c does not change the completion (different choices yield the same concept of Cauchy sequence, so the same completion). It is convenient, when the D/ P is finite, to take for c the size of D/ P.

For example, when E is a , Ostrowski's theorem says that every non-trivial non-Archimedean absolute value on E arises as some |⋅| P. The remaining non-trivial absolute values on E arise from the different embeddings of E into the real or complex numbers. (In fact, the non-Archimedean absolute values can be considered as simply the different embeddings of E into the fields C p, thus putting the description of all the non-trivial absolute values of a number field on a common footing.)

Often, one needs to simultaneously keep track of all the above-mentioned completions when E is a number field (or more generally a ), which are seen as encoding "local" information. This is accomplished by and .

p-adic integers can be extended to p-adic solenoids \mathbb{T}_p. There is a map from \mathbb{T}_p to the whose fibers are the p-adic integers \mathbb{Z}_p, in analogy to how there is a map from \mathbb{R} to the circle whose fibers are \mathbb{Z}.

The p-adic integers can also be extended to profinite integers \widehat{\mathbb{Z}}, which can be understood as the direct product of rings \widehat{\mathbb{Z}} = \prod_p \mathbb{Z}_p. Unlike the p-adic integers which only generalize the modulo over prime powers pk, the profinite integers generalizes the modulo over all natural numbers n.


See also
  • Non-Archimedean
  • p-adically closed field
  • 1 + 2 + 4 + 8 + ⋯
  • k-adic notation
  • Two's complement


Footnotes

Notes

Citations
  • . — Translation into English by of Theorie der algebraischen Functionen einer Veränderlichen (1882).


Further reading

External links

Page 1 of 1
1
Page 1 of 1
1

Account

Social:
Pages:  ..   .. 
Items:  .. 

Navigation

General: Atom Feed Atom Feed  .. 
Help:  ..   .. 
Category:  ..   .. 
Media:  ..   .. 
Posts:  ..   ..   .. 

Statistics

Page:  .. 
Summary:  .. 
1 Tags
10/10 Page Rank
5 Page Refs
1s Time